'Declaration
<DescriptionAttribute("Specifies if the annotation can be edited in design time")> Public Property CanEdit As Boolean
[Description("Specifies if the annotation can be edited in design time")] public bool CanEdit {get; set;}
public read-write property CanEdit: Boolean;
DescriptionAttribute("Specifies if the annotation can be edited in design time") public function get,set CanEdit : boolean